home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00313_Script_313 < prev    next >
Text File  |  1997-07-29  |  185b  |  11 lines

  1. on mousedown
  2.   set sp to the clickon
  3.   if the mouseLine > 0 then
  4.     puppetsprite 19, true
  5.     set the editable of sprite 19 to true
  6.   end if
  7. end
  8. on mouseup
  9. end
  10. on keydown
  11. end